swc-installation-test-2.py: Add CommandDependency.paths fallbacks
The old CommandDependency implementation assumed that commands would
exist in one of the directories listed in PATH. This assumption is,
unfortunately, often not satisfied on MS Windows or OS X. In order to
work around this problem, you can now store a list of fallback paths
that will be tried if there is an error extracting the version stream
from the bare CommandDependency.command.
I've added fallback paths for Notepad++, Firefox, and Google Chrome,
as reported by Ethan White for Windows 7.