UIATextInfo: fix an AttributeError on Windows 7 by defining the fetchAnnotationTypes variable before any point where it can be used. Specifically: If the IUIAutomationTextRange3 interface was missing, fetchAnnotationTypes was never set. It should be set to False by default.