# File lib/mobileesp_converted/user_agent_info.rb, line 560
    def detect_windows_phone7()
      if (user_agent.include?(DEVICE_WIN_PHONE7))
        return true
      end
      return false
    end