Is there any way to detect if a user has a touch-capable screen?

I would like to enable the touch-screen as an alternate control scheme in the game I'm working on (using Multi-Touch object), but I want to disable checking for "touches" if the user's screen does not have the capability for touch.

Edit: Oh... or does the Multi-Touch object not work for PC's with touch screens? (does it only work for mobile devices?)